home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / AbstractDocument$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  1.1 KB  |  26 lines

  1. package javax.swing.text;
  2.  
  3. import java.io.ObjectInputValidation;
  4. import javax.swing.event.DocumentEvent.EventType;
  5.  
  6. final class AbstractDocument$1 implements ObjectInputValidation {
  7.    // $FF: synthetic field
  8.    private final AbstractDocument this$0;
  9.  
  10.    // $FF: synthetic method
  11.    AbstractDocument$1(AbstractDocument var1) {
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void validateObject() {
  16.       try {
  17.          this.this$0.writeLock();
  18.          AbstractDocument.DefaultDocumentEvent var3 = new AbstractDocument.DefaultDocumentEvent(this.this$0, 0, this.this$0.getLength(), EventType.INSERT);
  19.          AbstractDocument.access$0(this.this$0, var3);
  20.       } finally {
  21.          this.this$0.writeUnlock();
  22.       }
  23.  
  24.    }
  25. }
  26.